runtime.gcControllerState.bgScanCredit (field)
8 uses
runtime (current package)
mgcmark.go#L483: bgScanCredit := gcController.bgScanCredit.Load()
mgcmark.go#L493: gcController.bgScanCredit.Add(-stolen)
mgcmark.go#L728: if gcController.bgScanCredit.Load() > 0 {
mgcmark.go#L757: gcController.bgScanCredit.Add(scanWork)
mgcmark.go#L797: gcController.bgScanCredit.Add(scanWork)
mgcpacer.go#L257: bgScanCredit atomic.Int64
mgcpacer.go#L388: c.bgScanCredit.Store(0)
proc.go#L4301: gcController.bgScanCredit.Add(scanCredit)
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |